home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / pcplay12.zip / PCPLAY.DOC < prev    next >
Text File  |  1993-05-29  |  2KB  |  47 lines

  1.         PCPLAY version 1.2  May 29, 1993 by John A. Ball
  2.  
  3.         PCPLAY is a utility for playing back sound files on any regular
  4.         PC. It does not require a sound board. To use the program type
  5.  
  6.         PCPLAY filename
  7.  
  8.         Version 1.2 will play back Tandy Sound files (SND), Creative Labs
  9.         (VOC) files, Microsoft (WAV) files and Amiga (IFF) files. It will 
  10.         try to play back unknown files at 11,000 samples per second. The 
  11.         sound files should be uncompressed, 8 bits, and unsigned. 
  12.  
  13.         PCPLAY does support the use of a DAC such as in the Sound Blaster
  14.         Board or the newer Tandy Computers. There are also other commands
  15.         and options which may be viewed by typing PCPLAY/? .
  16.  
  17.         The main program is written in C and the sound routine for the PC 
  18.         speaker is written in assembler. I used QuickC 2.51 with Assembler
  19.         to create this program.
  20.  
  21.         There are limitations to this program. 
  22.  
  23.         1) It does not play back VOC files that have multiple voice segments
  24.            or use the silence blocks.
  25.         2) It does not play back both channels of stereo files on some output
  26.            devices, i.e. Sound Blaster.
  27.         3) The pitch or playback frequency is not always correct.
  28.         4) PCPLAY does not play back sound files which have been compressed.
  29.  
  30.         Undocumented Commands
  31.  
  32.         1) /x debug mode gives program information about what is happening
  33.         2) /# use linear conversion table for PC speaker
  34.  
  35.         The use of this program is free. The source code for this program
  36.         is available for purchase. Comments and suggestions may
  37.         be sent to
  38.  
  39.                 John A. Ball
  40.                 2398 Victoria Street
  41.                 Prince George, B.C.
  42.                 V2L 2M2
  43.                 Canada
  44.  
  45.         Thank-you for trying my program.
  46.         
  47.